home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / se215.zip / INSTALL.DAT < prev    next >
Text File  |  1993-02-03  |  29KB  |  1,155 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. @defineproject
  154. @name="SoftEngine/386 Demo"
  155. @version="2.1.5"
  156. @outdrive=c
  157. @subdir="\\sedemo"
  158.  @requires @harddisk
  159. @endproject
  160. @definevars
  161. @qstring @company = "Vibrant Graphics"
  162. @qstring @copyyear = "1991,92,93"
  163. @qstring @copycomp = "Vibrant Graphics"
  164. @qstring @realdate = "Wed Feb 03 1993"
  165. @qstring @rootfn = "SEDEMO"
  166. @qstring @expfn = "RCSED002"
  167. @qstring @resfn = "DM002215"
  168. @qstring @cfgfn = "VIBRANT"
  169. @qstring @rlmfn = "VG920922"
  170.  
  171. @if ((@strequal("@getenvstr("TIGA")","\\")==0) &&
  172.  (@strequal("@scanopt("@getenvstr("TIGA")",m)","*NOT*"))==0)
  173. @drive  @tiga2drive = @str2drive("@scanopt("@getenvstr("TIGA")",m)")
  174. @dir @tiga2dir = "@str2dir("@scanopt("@getenvstr("TIGA")",m)")"
  175. @drive @tiga1drive = @str2drive("@scanopt("@getenvstr("TIGA")",m)")
  176. @dir @tiga1dir = "@str2dir("@scanopt("@getenvstr("TIGA")",m)")"
  177. @else
  178. @drive  @tiga2drive = @outdrive
  179. @dir    @tiga2dir   = "\\tiga2"
  180. @drive  @tiga1drive = @outdrive
  181. @dir    @tiga1dir   = "\\tiga1"
  182. @endif
  183. @drive  @agdrive = @outdrive
  184. @dir    @agdir = "\\ag1024"
  185. @endvars
  186. @display
  187. @cls
  188. @windmsg(2,23,"@Name","Version @Version  @realdate","Copyright (c) @copyyear by @copycomp")
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.     This program will install the demo on any drive in @subdir.
  198.     If you do not have enough space free (about 1 M), please abort
  199.     and free up some disk space.  In the case of AutoCAD R12,
  200.     about 500K is needed in the ..\DRV directory and about 500K is
  201.     needed in the @subdir directory.
  202.  
  203.     Note that this driver does support 3D Studio 1.0 & 2.0, as well
  204.     as AutoShade with Renderman.
  205.  
  206.     You may press [ESC] to abort at any time.
  207. @pause
  208. @enddisplay
  209. @getoutdrive
  210. @cls
  211. @suppress A
  212. @suppress B
  213. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  214. @writeat("Please specify the drive where the demo files should be placed.",30,18,100)
  215. @endoutdrive
  216. @getoption
  217. @cls
  218. @writeat("Select Application",30,,100)
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.      Release 10 and 11 are fully supported by our driver, including user-
  228.      interface enhancments as well as quick response.
  229.  
  230.      Release 12 included many changes to the way drivers operate, including
  231.      installation.  The demo will put the .EXP and .RES files directly into
  232.      the ..\DRV directory because of AutoCAD requirements.
  233.  
  234.      3D-Studio version 1.0 and 2.0 are fully supported by this demo,
  235.      as well.
  236.  
  237.      Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.
  238. @option 30 = "AutoCAD Release 10 or 11"
  239. @option 32 = "AutoCAD Release 12"
  240. @option 40 = "3D-Studio 1.0"
  241. @option 41 = "3D-Studio 2.0"
  242. @endoption
  243.  
  244. @definevars
  245. @drive @acad12drive = @outdrive
  246. @dir @acad12dir = "\\acad"
  247. @endvars
  248.  
  249. @if (32 [= @option)
  250. @getoutdrive @acad12drive
  251. @cls
  252. @suppress A
  253. @suppress B
  254. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  255. @writeat("Please specify the drive where AutoCAD Release 12 is located.",30,18,100)
  256. @endoutdrive
  257. @getsubdir @acad12dir
  258. @cls
  259. @writeat("Please specify the directory where AutoCAD Release 12 is located.",30,8,100)
  260. @writeat("Type the pathname and press <ENTER>.  <ESC> once to clear, twice to abort.",,20,100)
  261. @localwindow(13,1)
  262. @endsubdir
  263. @if (!(@exists "@acad12drive:@acad12dir\\ACAD.EXE"))
  264. @getoption
  265. @cls
  266. @windmsg(3,79,"--- W A R N I N G ! ---",
  267. "ACAD.EXE was not found in the directory:",
  268. "@acad12drive:@acad12dir")
  269. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,19,100)
  270. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,21,100)
  271. @localwindow(13,40)
  272. @option 10000 = "Quit installation!"
  273. @option 10001 = "Continue"
  274. @endoption
  275. @if (10000 [= @option)  @abort  @endif
  276. @endif
  277. @endif
  278.  
  279. @definevars
  280. @drive @3dsdrive = @outdrive
  281. @if (40 [= @option)
  282. @dir @3dsdir = "\\3ds"
  283. @else
  284. @dir @3dsdir = "\\3ds2"
  285. @endif
  286. @endvars
  287.  
  288. @if (40 [= @option || 41 [= @option)
  289. @getoutdrive @3dsdrive
  290. @cls
  291. @suppress A
  292. @suppress B
  293. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  294. @writeat("Please specify the drive where 3D Studio is located.",30,18,100)
  295. @endoutdrive
  296. @getsubdir @3dsdir
  297. @cls
  298. @writeat("Please specify the directory where 3D Studio is located.",30,8,100)
  299. @writeat("Type the pathname and press <ENTER>.  <ESC> once to clear, twice to abort.",,20,100)
  300. @localwindow(13,1)
  301. @endsubdir
  302. @endif
  303.  
  304. @display
  305. @cls
  306. @windmsg(1,14,"--- I M P O R T A N T ---")
  307.  
  308.  
  309.  
  310.     Many programs use environment variables to allow the user to configure
  311.     his/her system as they desire.  These variables, however, do require
  312.     some small amount of memory.  The amount of memory set aside by the
  313.     system by default is fairly small, but adequate for systems with few
  314.     environment variables.  With the recent trend of software packages
  315.     using environment variables, the default is often not enough.  If you
  316.     encounter the message 'Out of environment space' while booting your
  317.     system or running a batch file, then you should increase the amount of
  318.     space set aside for these variables with the following line in your
  319.     CONFIG.SYS file and reboot:
  320.  
  321.                SHELL = C:\COMMAND.COM /P /E:xxxx
  322.  
  323.     where 'xxxx' is a decimal number.  1024 is a good number, but may
  324.     not be sufficient if you have many environment variables set.
  325.  
  326. @pause
  327. @enddisplay
  328. @endif
  329. @if (32 [= @option)
  330. @display
  331. @cls
  332. @windmsg(1,14,"--- B E N C H M A R K ---")
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.         Vibrant's AutoCAD Release 12 Benchmark will be installed.
  340.  
  341.         This benchmark will run using the standard drawings that 
  342.         came with Release 12 of AutoCAD.  It will be installed
  343.         into @acad12drive:@acad12dir.
  344.  
  345.         See BENCH12.DOC for details on the BENCH12.SCR Benchmark
  346.         script.
  347.  
  348. @pause
  349. @enddisplay
  350. @endif
  351.  
  352. @getoption
  353. @cls
  354. @writeat("TI340x0 support file configuration",30,,100)
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.     If you are using a TIGA board, you MUST install the TI340x0 support
  364.     files before using the driver.  In addition, you should have properly
  365.     installed the TIGA utilities supplied by your vendor following the
  366.     instructions that came with your board.
  367.  
  368.     This installation will perform several checks for proper setup.
  369.  
  370.     If you have difficulties with your TIGA board after installing these
  371.     utilities, and have double-checked your board installation, try your
  372.     vendor's technical support to verify the correct operation of your
  373.     board before contacting the driver supplier.
  374.  
  375. @option 80 = "Do not install TI340x0 support files"
  376. @option 81 = "Install TI340x0 support files"
  377. @endoption
  378. @if (81 [= @option)
  379. @getoption
  380. @checkbox
  381. @writeat("TI340x0 support files selection",30,,100)
  382.  
  383.  
  384.  
  385.  
  386.  
  387.     o If you are using a TIGA board that is still in production, then you
  388.       are probably using a TIGA 2.x board.  Some examples of TIGA 2.x
  389.       boards include:  Number Nine GXi/GX, Hercules Graphics Station
  390.       Plus/3D, Artist XJS, Opta Monolisa, NDI Valante, Omnicomp, etc.
  391.       Common versions of TIGA 2.x in use are 2.01, 2.03, 2.05, and 2.2.
  392.     o TIGA 1.1 is included to support older boards which are no longer in
  393.       production, for example the NEC MVA.
  394.     o Compaq AG-1024 is a board that uses the TI340x0 chip, but uses a
  395.       proprietary driver supplied with the board instead of the TIGA
  396.       interface.
  397.  
  398.     Use <SPACE> to toggle between Yes & No and the <UP> <DOWN> arrow keys to
  399.     move.  Use 'Y' to set them all to Yes and or 'N' to set them all to No.
  400.     Press <ENTER> to continue.
  401. @option 200 = "TIGA version 2.x"
  402. @option 201 = "TIGA version 1.1"
  403. @option 202 = "Compaq AG-1024"
  404. @endoption
  405. @if (200 [= @option) // TIGA 2.x
  406.  
  407. @getoutdrive @tiga2drive
  408. @cls
  409. @suppress A
  410. @suppress B
  411. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  412. @writeat("Specify the disk drive where the TIGA 2.x driver is installed.",30,18,100)
  413. @endoutdrive
  414. @getsubdir  @tiga2dir
  415. @cls
  416. @writeat("Specify the directory where the TIGA 2.x driver is installed.",30,8,100)
  417. @writeat("Type the pathname and press <ENTER>.  <ESC> once to clear, twice to abort.",,20,100)
  418. @localwindow(13,1)
  419. @endsubdir
  420. @if ( !(@exists "@tiga2drive:\\@tiga2dir\\tigacd.exe" ) )
  421. @getoption
  422. @cls
  423. @windmsg(4,79,"--- W A R N I N G ! ---",
  424. "TIGACD.EXE is not present in directory:"
  425. "@tiga2drive:@tiga2dir")
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.     @company strongly recommends that you install the TIGA 2.x driver
  440.     supplied with with your board before continuing with this installation.
  441.     Before running, you MUST make sure TIGA 2.x is operational.
  442.     Refer to the documentation that came with your TIGA board to
  443.     verify correct operation of your graphics system.  Your AUTOEXEC.BAT
  444.     file should be modifed to include the commands necessary to load the
  445.     TIGA 2.x driver.
  446. @writeat("@tiga2drive:@tiga2dir\\@rlmfn.RLM",19,1,100)
  447. @writeat("WILL NOT BE INSTALLED IF YOU DO NOT CONTINUE",148,2,100)
  448. @localwindow(13,40)
  449. @option 10000 = "Quit installation!"
  450. @option 10001 = "Continue"
  451. @endoption
  452. @if (10000 [= @option)  @abort  @endif
  453. @endif
  454. @delete("@tiga2drive:\\@tiga2dir\\vibrant.alm")
  455. @display
  456. @cls
  457. @windmsg(2,14,"--- I M P O R T A N T ---")
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.     Before running @name, you MUST make sure TIGA
  465.     2.x is operational.  Refer to the documentation that came with your
  466.     TIGA 2.x board to verify the correct operation of your graphics
  467.     system.  Follow the manufacturers instructions on how to correctly
  468.     configure your system to initialize and operate TIGA 2.x on your
  469.     graphics board.
  470.  
  471.     Your AUTOEXEC.BAT file should be modified to include the commands
  472.     necessary to operate the driver.
  473.  
  474. @pause
  475. @enddisplay
  476.  
  477. @endif
  478. @if (201 [= @option) // TIGA 1.0
  479.  
  480. @getoutdrive @tiga1drive
  481. @cls
  482. @suppress A
  483. @suppress B
  484. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  485. @writeat("Specify the disk drive where the TIGA 1.1 driver is installed",30,18,100)
  486. @endoutdrive
  487. @getsubdir  @tiga1dir
  488. @cls
  489. @writeat("Specify the directory where the TIGA 1.1 driver is installed.",30,8,100)
  490. @writeat("Type the pathname and press <ENTER>.  <ESC> once to clear, twice to abort.",,20,100)
  491. @localwindow(13,1)
  492. @endsubdir
  493. @if ( !(@exists "@tiga1drive:\\@tiga1dir\\tigacd.exe" ) )
  494. @getoption
  495. @cls
  496. @windmsg(5,79,"--- W A R N I N G ! ---",
  497. "TIGACD.EXE is not present in directory:",
  498. "@tiga1drive:@tiga1dir")
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.     @company strongly recommends that you install the TIGA 1.1 driver
  514.     supplied with with your board before continuing with this installation.
  515.     Before running, you MUST make sure TIGA 1.1 is operational.
  516.     Refer to the documentation that came with your TIGA board to verify the
  517.     correct operation of your graphics system.  Your AUTOEXEC.BAT file should
  518.     be modifed to include the commands necessary to load the TIGA 1.1 driver.
  519. @writeat("@tiga1drive:@tiga1dir\\@rlmfn.RLM and VIBRANT.COM",19,2,100)
  520. @writeat("WILL NOT BE INSTALLED IF YOU DO NOT CONTINUE",148,3,100)
  521. @localwindow(14,40)
  522. @option 10000 = "Quit installation!"
  523. @option 10001 = "Continue"
  524. @endoption
  525. @if (10000 [= @option)  @abort  @endif
  526. @endif
  527. @delete("@tiga1drive:\\@tiga1dir\\vibrant.alm")
  528. @display
  529. @cls
  530. @windmsg(2,14,"--- I M P O R T A N T ---")
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.     Before running @name, you MUST make sure TIGA 1.1 is
  539.     operational.  Refer to the documentation that came with your TIGA 1.1
  540.     board to verify the correct operation of your graphics system.  Follow
  541.     the manufacturers instructions on how to correctly configure your
  542.     system to initialize and operate TIGA 1.1 on your graphics board.
  543.  
  544.     Your AUTOEXEC.BAT file should be modified to include the commands
  545.     necessary to operate the driver.
  546.  
  547. @pause
  548. @enddisplay
  549.  
  550. @endif
  551. @if (200 [= @option || 201 [= @option) // Check for -i in TIGA
  552.  
  553. @if (@strequal("@scanopt("@getenvstr("TIGA")",i)","*NOT*"))
  554. @getoption
  555. @cls
  556. @windmsg(6,79,"--- W A R N I N G ! ---",
  557. "TIGA environment variable may not be properly set")
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.     The TIGA environment variable contains information on where the TIGA
  573.     driver may find needed files, as well other settings.  The '-i' option
  574.     has not been found.  The '-i' option informs TIGA of which interrrupt
  575.     vector to use.  @company strongly recommends that you refer
  576.     to the TIGA documentation and check your TIGA configuration.
  577. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,3,100)
  578. @localwindow(14,40)
  579. @option 10000 = "Quit installation!"
  580. @option 10001 = "Continue"
  581. @endoption
  582. @if (10000 [= @option)  @abort  @endif
  583. @elseif (@strequal("@scanopt("@getenvstr("TIGA")",i)","\\"))
  584. @getoption
  585. @cls
  586. @windmsg(6,79,"--- W A R N I N G ! ---",
  587. "TIGA environment variable may not be properly set")
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.     The TIGA environment variable contains information on where the TIGA
  603.     driver may find needed files, as well other settings.  The '-i' option
  604.     should be followed by a number in either decimal (i.e., -i96) or a 
  605.     hexidecimal number (-i0x60).  @company strongly recommends
  606.     that you refer to the TIGA documentation and check your TIGA
  607.     configuration.
  608. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,3,100)
  609. @localwindow(14,40)
  610. @option 10000 = "Quit installation!"
  611. @option 10001 = "Continue"
  612. @endoption
  613. @if (10000 [= @option)  @abort  @endif
  614. @elseif (@str2num("@scanopt("@getenvstr("TIGA")",i)") < 64)
  615. @getoption
  616. @cls
  617. @windmsg(6,79,"--- W A R N I N G ! ---",
  618. "TIGA environment variable may not be properly set")
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.     The TIGA environment variable contains information on where the TIGA
  634.     driver may find needed files, as well other settings.  The '-i' option
  635.     should be followed by a number in either decimal (i.e., -i96) or a 
  636.     hexidecimal number (-i0x60).  The number found is less than 0x40, so
  637.     it may not be valid.  @company strongly recommends that you
  638.     refer to the TIGA documentation and check your TIGA configuration.
  639. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,3,100)
  640. @localwindow(14,40)
  641. @option 10000 = "Quit installation!"
  642. @option 10001 = "Continue"
  643. @endoption
  644. @if (10000 [= @option)  @abort  @endif
  645. @endif
  646.  
  647. @endif
  648. @if (202 [= @option) // Compaq AG-1024
  649.  
  650. @getoutdrive @agdrive
  651. @cls
  652. @suppress A
  653. @suppress B
  654. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,20,100)
  655. @writeat("Specify the disk drive where the AG-1024 driver is installed",30,18,100)
  656. @endoutdrive
  657. @getsubdir  @agdir
  658. @cls
  659. @writeat("Specify the directory where AG-1024 driver is installed.",30,8,100)
  660. @writeat("Type the pathname and press <ENTER>.  <ESC> once to clear, twice to abort.",,20,100)
  661. @localwindow(13,1)
  662. @endsubdir
  663. @if ( !(@exists "@agdrive:\\@agdir\\ag1024.sys" ) )
  664. @getoption
  665. @cls
  666. @windmsg(5,79,"--- W A R N I N G ! ---",
  667. "AG1024.SYS is not present in directory:",
  668. "@agdrive:@agdir")
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.     Before running, you MUST make sure the Compaq AG-1024 is
  685.     operational.  Refer to the AG-1024 documentation on how to verify the
  686.     correct operation of your AG-1024 graphics board.
  687. @writeat("@agdrive:@agdir\\@rlmfn.RLM and VIB-AG1.COM",19,2,100)
  688. @writeat("WILL NOT BE INSTALLED IF YOU DO NOT CONTINUE",148,3,100)
  689. @localwindow(14,40)
  690. @option 10000 = "Quit installation!"
  691. @option 10001 = "Continue"
  692. @endoption
  693. @if (10000 [= @option)  @abort  @endif
  694. @endif
  695. @delete("@agdrive:\\@agdir\\vibrant.alm")
  696. @display
  697. @cls
  698. @windmsg(2,14,"--- I M P O R T A N T ---")
  699.  
  700.  
  701.  
  702.  
  703.  
  704.     Before running, you MUST make sure the Compaq AG-1024 is
  705.     operational.  Refer to the AG-1024 documentation on how to verify the
  706.     correct operation of your AG-1024 graphics board.  Correct operation
  707.     requires a statement in your Config.sys file similar to the following:
  708.  
  709.      DEVICE = <drive>:<dir>\AG1024.SYS addr=? bus=? monitor=? colors=?
  710.  
  711.     Where the '?'s are replaced by the parameters appropriate for your
  712.     system.  See your AG-1024 documentation for details.
  713.  
  714.     In addition, the VIB-AG1.EXE program must be executed.  The INSTALL
  715.     will give you the oppourtunity to add the line to your AUTOEXEC.BAT.
  716.  
  717. @pause
  718. @enddisplay
  719. @endif
  720.  
  721. @endif
  722. @getoption
  723. @cls
  724. @checkbox
  725. @writeat("Select other utilities",30,,100)
  726.         
  727.  
  728.  
  729.  
  730.  
  731.     These programs are patches needed to fix problems with the programs
  732.     driven by @name.  If in doubt, press 'Y' and ENTER.
  733.  
  734.     AutoPatch repairs some problems with protected mode drivers with
  735.     AutoCAD Releases 10 and 11, as well as 3D Studio version 1.0 & 2.0.
  736.  
  737.     NEWDX updates the Pharlap Dos Extender to a newer version in AutoCAD
  738.     Releases 10 and 11, as well as 3D Studio version 1.0.
  739.     Some problems exist in using the older version with protected mode
  740.     drivers like @name.
  741.  
  742.     Use <SPACE> to toggle between Yes & No, and the <UP> <DOWN> arrow keys
  743.     to move the cursor.  Press 'Y' to set them all to Yes and 'N' to set
  744.     them all to No.  Press <ENTER> to continue.
  745. @option 300 = "AutoPatch (Fix for ACAD & 3D Studio)"
  746. @option 301 = "NEWDX (Fix for ACAD R10 & 11)"
  747. @endoption
  748.  
  749. @if (40 [= @option)
  750. @if (!(@exists "@3dsdrive:@3dsdir\\3DS.SET"))
  751. @getoption
  752. @cls
  753. @windmsg(3,79,"--- W A R N I N G ! ---",
  754.  "3DS.SET was not found in the 3D-Studio 1.0 directory:",
  755.  "@3dsdrive:@3dsdir")
  756. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,19,100)
  757. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,21,100)
  758. @localwindow(13,40)
  759. @option 10000 = "Quit installation!"
  760. @option 10001 = "Continue"
  761. @endoption
  762. @if (10000 [= @option)  @abort  @endif
  763. @endif
  764. @if ((!(@exists "@3dsdrive:@3dsdir\\3DS.SET")))
  765. @display
  766. @cls
  767. @windmsg(2,14,"--- I M P O R T A N T ---")
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.      For 3D-Studio 1.0 to utilize the new driver, the 3DS.SET file needs
  775.      several changes.  Note that any text that appears on a line after
  776.      a semi-colon (";") will be ignored by 3D Studio 1.0.  The default
  777.      has some lines 'commented-out' by starting with a semi-colon.  The
  778.      semi-colon's should be removed in the following lines:
  779.  
  780.          The line containing 'DEFAULT-DISPLAY' should be replaced with
  781.              'DEFAULT-DISPLAY = "RCPADI"'
  782.          The line containing 'MAIN-DISPLAY' should be replaced with
  783.              'MAIN-DISPLAY = RCPADI'
  784.          The line containing 'MATERIAL-DISPLAY' should be replaced with
  785.              'MATERIAL-DISPLAY = RCPADI'
  786.  
  787. @pause
  788. @enddisplay
  789. @else
  790. @if (!(@exists "@3dsdrive:@3dsdir\\3DS.OLD"))
  791. @copy("@3dsdrive:@3dsdir\\3DS.SET","@3dsdrive:@3dsdir\\3DS.OLD")
  792. @else
  793. @copy("@3dsdrive:@3dsdir\\3DS.SET","@3dsdrive:@3dsdir\\3DS.BAK")
  794. @endif
  795. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","DEFAULT-DISPLAY",
  796. "DEFAULT-DISPLAY = \"RCPADI\"",,,,,1)==0)
  797. @getoption
  798. @cls
  799. @windmsg(2,79,"--- W A R N I N G ! ---",
  800.  "Couldn't find 'DEFAULT-DISPLAY' in",
  801.  "@3dsdrive:@3dsdir\\3DS.SET")
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.    For 3D Studio 1.0 to work properly, several lines in 3DS.SET should be
  814.    changed.  Note that any text that appears on a line after a semi-colon
  815.    (";") will be ignored by 3D Studio 1.0.  The default has some lines
  816.    'commented-out' by starting with a semi-colon.
  817.  
  818.    A line containing 'DEFAULT-DISPLAY' could not be found.  Add the line
  819.        'DEFAULT-DISPLAY = "RCPADI"' to the file!
  820. @option 10000 = "Quit installation!"
  821. @option 10001 = "Continue"
  822. @localwindow(11,40)
  823. @endoption
  824. @if (10000 [= @option)  @abort  @endif
  825. @endif
  826. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","MAIN-DISPLAY",
  827.  "MAIN-DISPLAY = RCPADI",,,,,1)==0)
  828. @getoption
  829. @cls
  830. @windmsg(2,79,"--- W A R N I N G ! ---",
  831.  "Couldn't find 'MAIN-DISPLAY' in",
  832.  "@3dsdrive:@3dsdir\\3DS.SET")
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.    For 3D Studio 1.0 to work properly, several lines in 3DS.SET should be
  846.    changed.  Note that any text that appears on a line after a semi-colon
  847.    (";") will be ignored by 3D Studio 1.0.  The default has some lines
  848.    'commented-out' by starting with a semi-colon.
  849.  
  850.    A line containing 'MAIN-DISPLAY' could not be found.  Add the line
  851.        'MAIN-DISPLAY = RCPADI' to the file!
  852. @option 10000 = "Quit installation!"
  853. @option 10001 = "Continue"
  854. @localwindow(11,40)
  855. @endoption
  856. @if (10000 [= @option)  @abort  @endif
  857. @endif
  858. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","MATERIAL-DISPLAY",
  859.  "MATERIAL-DISPLAY = RCPADI",,,,,1)==0)
  860. @getoption
  861. @cls
  862. @windmsg(3,79,"--- W A R N I N G ! ---",
  863.  "Couldn't find 'MATERIAL-DISPLAY' in",
  864.  "@3dsdrive:@3dsdir\\3DS.SET")
  865. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,19,100)
  866. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,21,100)
  867. @localwindow(13,40)
  868. @option 10000 = "Quit installation!"
  869. @option 10001 = "Continue"
  870. @endoption
  871. @if (10000 [= @option)  @abort  @endif
  872. @else
  873. @display
  874. @cls
  875. @windmsg(11,46,"The file @3dsdrive:@3dsdir\\3DS.SET for version 1.0 has been updated")
  876.  
  877.  
  878.  
  879.  
  880.  
  881. @pause
  882. @enddisplay
  883. @endif
  884. @endif
  885. @endif
  886.  
  887. @if (41 [= @option) // 3D-Studio 3DS.SET changes
  888. @if (!(@exists "@3dsdrive:@3dsdir\\3DS.SET"))
  889. @getoption
  890. @cls
  891. @windmsg(3,79,"--- W A R N I N G ! ---",
  892.  "3DS.SET was not found in the 3D-Studio 2.0 directory:",
  893.  "@3dsdrive:@3dsdir")
  894. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,19,100)
  895. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,21,100)
  896. @localwindow(13,40)
  897. @option 10000 = "Quit installation!"
  898. @option 10001 = "Continue"
  899. @endoption
  900. @if (10000 [= @option)  @abort  @endif
  901. @endif
  902. @if ((!(@exists "@3dsdrive:@3dsdir\\3DS.SET")))
  903. @display
  904. @cls
  905. @windmsg(2,14,"--- I M P O R T A N T ---")
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.      For 3D-Studio 2.0 to utilize the new driver, the 3DS.SET file needs
  913.      several changes.  Note that any text that appears on a line after
  914.      a semi-colon (";") will be ignored by 3D Studio 2.0.  The default
  915.      has some lines 'commented-out' by starting with a semi-colon.  The
  916.      semi-colon's should be removed in the following lines:
  917.  
  918.          The line containing 'RENDER-DISPLAY' should be replaced with
  919.              'RENDER-DISPLAY = RCPADI'
  920.          The line containing 'MAIN-DISPLAY' should be replaced with
  921.              'MAIN-DISPLAY = RCPADI'
  922.          The line containing 'MATERIAL-DISPLAY' should be replaced with
  923.              'MATERIAL-DISPLAY = RCPADI'
  924.  
  925. @pause
  926. @enddisplay
  927. @else
  928. @if (!(@exists "@3dsdrive:@3dsdir\\3DS.OLD"))
  929. @copy("@3dsdrive:@3dsdir\\3DS.SET","@3dsdrive:@3dsdir\\3DS.OLD")
  930. @else
  931. @copy("@3dsdrive:@3dsdir\\3DS.SET","@3dsdrive:@3dsdir\\3DS.BAK")
  932. @endif
  933. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","RENDER-DISPLAY",
  934.  "RENDER-DISPLAY = RCPADI",,,,,1)==0)
  935. @getoption
  936. @cls
  937. @windmsg(2,79,"--- W A R N I N G ! ---",
  938.  "Couldn't find 'RENDER-DISPLAY' in",
  939.  "@3dsdrive:@3dsdir\\3DS.SET")
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.    For 3D Studio 2.0 to work properly, several lines in 3DS.SET should be
  952.    changed.  Note that any text that appears on a line after a semi-colon
  953.    (";") will be ignored by 3D Studio 2.0.  The default has some lines
  954.    'commented-out' by starting with a semi-colon.
  955.  
  956.    A line containing 'RENDER-DISPLAY' could not be found.  Add the line
  957.        'RENDER-DISPLAY = RCPADI' to the file!
  958. @option 10000 = "Quit installation!"
  959. @option 10001 = "Continue"
  960. @localwindow(11,40)
  961. @endoption
  962. @if (10000 [= @option)  @abort  @endif
  963. @endif
  964. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","MAIN-DISPLAY",
  965.  "MAIN-DISPLAY = RCPADI",,,,,1)==0)
  966. @getoption
  967. @cls
  968. @windmsg(2,79,"--- W A R N I N G ! ---",
  969.  "Couldn't find 'MAIN-DISPLAY' in",
  970.  "@3dsdrive:@3dsdir\\3DS.SET")
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.    For 3D Studio 2.0 to work properly, several lines in 3DS.SET should be
  984.    changed.  Note that any text that appears on a line after a semi-colon
  985.    (";") will be ignored by 3D Studio 2.0.  The default has some lines
  986.    'commented-out' by starting with a semi-colon.
  987.  
  988.    A line containing 'MAIN-DISPLAY' could not be found.  Add the line
  989.        'MAIN-DISPLAY = RCPADI' to the file!
  990. @option 10000 = "Quit installation!"
  991. @option 10001 = "Continue"
  992. @localwindow(11,40)
  993. @endoption
  994. @if (10000 [= @option)  @abort  @endif
  995. @endif
  996. @if (@filesar("@3dsdrive:@3dsdir\\3DS.SET","MATERIAL-DISPLAY",
  997.  "MATERIAL-DISPLAY = RCPADI",,,,,1)==0)
  998. @getoption
  999. @cls
  1000. @windmsg(3,79,"--- W A R N I N G ! ---",
  1001.  "Couldn't find 'MATERIAL-DISPLAY' in",
  1002.  "@3dsdrive:@3dsdir\\3DS.SET")
  1003. @writeat("NO FILES WILL BE INSTALLED IF YOU DO NOT CONTINUE",148,19,100)
  1004. @writeat("Use the <UP> <DOWN> arrow keys to move and <ENTER> to select.",,21,100)
  1005. @localwindow(13,40)
  1006. @option 10000 = "Quit installation!"
  1007. @option 10001 = "Continue"
  1008. @endoption
  1009. @if (10000 [= @option)  @abort  @endif
  1010. @else
  1011. @display
  1012. @cls
  1013. @windmsg(11,46,"The file @3dsdrive:@3dsdir\\3DS.SET for version 2.0 has been updated")
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. @pause
  1020. @enddisplay
  1021. @endif
  1022. @endif
  1023. @endif
  1024.  
  1025. @setbatch
  1026. @overwrite
  1027. @file "@outdrive:\\SEDEMO.BAT"
  1028. @if (32 [! @option)
  1029. @setreplace("DSPADI","@outdrive:@subdir\\@expfn.EXP")
  1030. @setreplace("VIBCFG","@outdrive:@subdir\\@cfgfn.CFG")
  1031. @setreplace("RCPADI","@outdrive:@subdir\\@expfn.EXP")
  1032. @if (@strequal("@getenvstr("RDPADI")","\\")!=0)
  1033. @setreplace("RDPADI","@outdrive:@subdir\\@expfn.EXP")
  1034. @endif
  1035. @endif
  1036.  
  1037. @if (201 [= @option)
  1038. @verbatim   "@tiga1drive:\\@tiga1dir\\VIBTIGA1"
  1039. @endif
  1040. @if (202 [= @option)
  1041. @verbatim   "@agdrive:\\@agdir\\VIB-AG1"
  1042. @endif
  1043. @endbatch
  1044. @setbatch
  1045. @overwrite
  1046. @file "@outdrive:\\SEBYEBYE.BAT"
  1047. @verbatim "@@echo off"
  1048. @verbatim "echo Removing the Soft Engine/386 Demo"
  1049. @if (32 [= @option)
  1050. @verbatim "del @acad12drive:@acad12dir\\DRV\\@expfn.EXP >nul"
  1051. @verbatim "del @acad12drive:@acad12dir\\DRV\\@resfn.RES >nul"
  1052. @else
  1053. @verbatim "del @outdrive:@subdir\\@expfn.EXP >nul"
  1054. @verbatim "del @outdrive:@subdir\\@resfn.RES >nul"
  1055. @endif
  1056. @if (30 [= @option || 32 [= @option)
  1057. @verbatim "del @outdrive:@subdir\\ICON.TXT >nul"
  1058. @endif
  1059. @if (300 [= @option)
  1060. @verbatim "del @outdrive:@subdir\\APATCH.EXE >nul"
  1061. @verbatim "del @outdrive:@subdir\\APATCH.DOC >nul"
  1062. @endif
  1063. @if (301 [= @option)
  1064. @verbatim "del @outdrive:@subdir\\NEWDX.EXE >nul"
  1065. @verbatim "del @outdrive:@subdir\\NEWDX.DOC >nul"
  1066. @endif
  1067.  
  1068. @if (200 [= @option)
  1069. @verbatim "del @tiga2drive:@tiga2dir\\@rlmfn.RLM >nul"
  1070. @endif
  1071. @if (201 [= @option)
  1072. @verbatim "del @tiga1drive:@tiga1dir\\@rlmfn.RLM >nul"
  1073. @verbatim "del @tiga1drive:@tiga1dir\\VIBTIGA1.COM >nul" 
  1074. @endif
  1075. @if (202 [= @option)
  1076. @verbatim "del @agdrive:@agdir\\VIB-AG1.EXE >nul"
  1077. @endif
  1078. @verbatim "cls"
  1079. @verbatim "echo Thank you for your time.  If you wish to order this"
  1080. @verbatim "echo driver, please call 1-800-937-1711 during business hours."
  1081. @verbatim "del @outdrive:\\SEDEMO.BAT >nul"
  1082. @verbatim "del @outdrive:\\SEBYEBYE.BAT >nul"
  1083. @endbatch
  1084. @definedisk
  1085. @label = "Distribution Disk"
  1086. @beginlib @rootfn.RED
  1087. @if (32 [= @option)
  1088. @file @expfn.EXP @out @acad12drive:\\@acad12dir\\DRV\\*.*
  1089. @file @resfn.RES @out @acad12drive:\\@acad12dir\\DRV\\*.*
  1090. @file BENCH12.DOC @out @acad12drive:\\@acad12dir\\*.*
  1091. @file BENCH12.SCR @out @acad12drive:\\@acad12dir\\*.*
  1092. @else
  1093. @file @expfn.EXP
  1094. @file @resfn.RES
  1095. @endif
  1096. @if (30 [= @option || 32 [= @option)
  1097. @file ICON.TXT
  1098. @endif
  1099. @if (300 [= @option)
  1100. @file APATCH.EXE
  1101. @file APATCH.DOC
  1102. @endif
  1103. @if (301 [= @option)
  1104. @file NEWDX.EXE
  1105. @file NEWDX.DOC
  1106. @endif
  1107. @if (200 [= @option)
  1108. @file @rlmfn.RLM @out @tiga2drive:\\@tiga2dir\\*.*
  1109. @endif
  1110. @if (201 [= @option)
  1111. @file @rlmfn.RLM @out @tiga1drive:\\@tiga1dir\\*.*
  1112. @file VIBTIGA1.COM @out @tiga1drive:\\@tiga1dir\\*.*
  1113. @endif
  1114. @if (202 [= @option)
  1115. @file VIB-AG1.EXE @out @agdrive:\\@agdir\\*.*
  1116. @endif
  1117. @endlib
  1118. @enddisk
  1119. @finish
  1120.     The installation of @name is complete.
  1121. @if (200 [= @option || 201 [= @option || 202 [= @option)
  1122.     Please check that your TI340x0 board is properly installed and
  1123.     the needed utilities are loaded.  The support files installed by this
  1124.     install will be run in SEDEMO.BAT.  If you have problems, try running
  1125.     the demo in a VGA mode.
  1126. @endif
  1127. @if (300 [= @option)
  1128.     AutoPatch was placed at @outdrive:@subdir.  Simply run the program and
  1129.     follow the instructions.  If you have trouble with your new driver, like
  1130.     random crashing or other conflicts, try this patch program.
  1131.     Read APATCH.DOC for instructions.
  1132. @endif
  1133. @if (301 [= @option)
  1134.     NEWDX was put at @outdrive:@subdir.  Read the file NEWDX.DOC for
  1135.     instructions.
  1136. @endif
  1137. @if (32 [! @option || 201 [= @option || 202 [= @option)
  1138.     To execute the demo, run the SEDEMO.BAT at the root of drive @outdrive,
  1139. @if (32 [! @option)
  1140.     then run and configure AutoCAD.
  1141. @else
  1142.     then run AutoCAD using "ACADR12 -r" or whatever your regular batch file
  1143.     for entering AutoCAD with the -r parameter requires.
  1144. @endif
  1145. @else
  1146.     To execute the demo, run AutoCAD using "ACADR12 -r" or whatever your
  1147.     regular batch file for entering AutoCAD with the -r parameter requires.
  1148. @endif
  1149.     To remove the demo files (except for the expanded fonts), run SEBYEBYE.BAT,
  1150.     which is at the root of drive @outdrive.
  1151. @pause
  1152. @chdrive @startupdrive
  1153. @chdir "@startupdir"
  1154. @endfinish
  1155.